home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1995 March / PC Plus Super CD (Issue 101) (March 1995).iso / sharewar / vbaddon / vbfiles / child3.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1994-08-16  |  1.2 KB  |  41 lines

  1. VERSION 2.00
  2. Begin Form Child3 
  3.    BackColor       =   &H00FFFF80&
  4.    Caption         =   "Child3"
  5.    ClientHeight    =   2370
  6.    ClientLeft      =   2190
  7.    ClientTop       =   3390
  8.    ClientWidth     =   2505
  9.    Height          =   2835
  10.    Left            =   2100
  11.    LinkTopic       =   "Form4"
  12.    MDIChild        =   -1  'True
  13.    ScaleHeight     =   2370
  14.    ScaleWidth      =   2505
  15.    Top             =   3015
  16.    Width           =   2685
  17.    Begin vsInForm vsInForm1 
  18.       BarColor        =   &H00C0C0C0&
  19.       BarColorInactive=   &H00C0C0C0&
  20.       BarHeight       =   21
  21.       BarStyle        =   3  'Raised
  22.       ButtonsRight    =   1  '1
  23.       CapColor        =   &H00800000&
  24.       CapColorInactive=   &H00800000&
  25.       Caption         =   "Child3"
  26.       FrameColor      =   &H00000080&
  27.       FrameColorInactive=   &H00000080&
  28.       FrameWidth      =   6
  29.       Left            =   525
  30.       PictLeft0       =   CHILD3.FRX:0000
  31.       PictRight0      =   CHILD3.FRX:00F2
  32.       Top             =   315
  33.    End
  34. Option Explicit
  35. Sub Form_Load ()
  36.   VSinform1.CustomFrame = True
  37. End Sub
  38. Sub VSInForm1_ClickRButton (Button As Integer)
  39.   Windowstate = 1
  40. End Sub
  41.